翻訳と辞書
Words near each other
・ Ingenting (song)
・ Ingenting att Förlora
・ Ingenu
・ Ingenue
・ Ingenue (stock character)
・ Ingenui
・ Ingenuin Molitor
・ Ingenuinus
・ Ingenuity
・ Ingenuity (album)
・ Ingenuity Project
・ Ingenuus
・ Ingeo
・ Inger
・ Inger (given name)
Inger (programming language)
・ Inger Aarø Spiten
・ Inger Alver Gløersen
・ Inger and Johannes Exner
・ Inger and Lasse Sandberg
・ Inger Andersen
・ Inger Andersen (environmentalist)
・ Inger Aufles
・ Inger Berggren
・ Inger Bjørnbakken
・ Inger Brattström
・ Inger Christensen
・ Inger Dam-Jensen
・ Inger Davidson
・ Inger Edelfeldt


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Inger (programming language) : ウィキペディア英語版
Inger (programming language)

Inger is an educational programming language developed by Alex van Oostenrijk, Frank Benders, Dennis Meffert, Jan-Willem Haaring and Thijs Janssen at the Hogeschool van Arnhem en Nijmegen in the Netherlands, released in 2003. It was created to accompany the book "Compiler Construction - A Practical Approach." which discusses the development of a compiler from the ground up.
Inger is a simple imperative, strongly typed language, much like C. It has C-interoperability (it can call C-functions, provided that one provides a header file that describes the C-function). Inger attempts to improve readability over the C language syntax by requiring braces for all block statements.
==Sample code==
This code outputs "Hello, world!":

module bottles;
#include "stdio.ih"
void sayhello: void -> void
start hello: void -> void


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Inger (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.